Remove guarantees we do not intend to hold
authorBenjamin Otte <otte.benjamin@googlemail.com>
Sun, 10 Jan 2021 21:37:03 +0000 (21:37 +0000)
committerBenjamin Otte <otte.benjamin@googlemail.com>
Sun, 10 Jan 2021 21:37:03 +0000 (21:37 +0000)
commit0f052d46b2c4b85e84a5e99ffb186edc82e4a031
tree7e1c3494c9a09b388fffc72458eca6dca6489070
parent506423cf23be826851715c97be976278b15d65b9
Remove guarantees we do not intend to hold

The fact that we are using gdk-pixbuf for loading files currrently does not mean we will use it going forward.
Also, "anything gdk-pixbuf can load" does not mean anything, because what gdk-pixbuf can load is a compile-time option.

As new_from_resource() will assert() if it cannot load a resource, we must be very sure that people do not use anything but PNG and JPEG for resources and the docs were not clear on that.
gdk/gdktexture.c